home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / diskBoot.OpenProm / RCS / boot.h,v < prev    next >
Text File  |  1991-08-13  |  1KB  |  89 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.3
  10. date     90.07.17.15.42.02;  author mendel;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     87.05.08.17.43.52;  author brent;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     86.07.18.09.30.20;  author brent;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @Boot program configuration parameters.
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @*** empty log message ***
  33. @
  34. text
  35. @/*
  36.  * boot.h --
  37.  *
  38.  *    Boot program definitions.
  39.  *
  40.  * Copyright 1986 Regents of the University of California
  41.  * All rights reserved.
  42.  *
  43.  *
  44.  * $Header: boot.h,v 1.2 87/05/08 17:43:52 brent Exp $ SPRITE (Berkeley)
  45.  */
  46.  
  47. #ifndef _BOOT
  48. #define _BOOT
  49.  
  50. /*
  51.  * SUN_PROM_BOOT - boot using the drivers in the Sun PROMs.
  52.  */
  53. #define SUN_PROM_BOOT
  54. #endif
  55. @
  56.  
  57.  
  58. 1.2
  59. log
  60. @Changed to SCSI_DISK_BOOT to allow for XYLOGICS_BOOT etc.
  61. @
  62. text
  63. @d10 1
  64. a10 1
  65.  * $Header: boot.h,v 1.1 86/07/18 09:30:20 brent Exp $ SPRITE (Berkeley)
  66. d17 1
  67. a17 1
  68.  * This affects what devices get configured in.
  69. d19 2
  70. a20 3
  71. #define SCSI_DISK_BOOT
  72.  
  73. #endif _BOOT
  74. @
  75.  
  76.  
  77. 1.1
  78. log
  79. @Initial revision
  80. @
  81. text
  82. @d10 1
  83. a10 1
  84.  * $Header: proto.h,v 1.4 86/03/20 14:00:21 andrew Exp $ SPRITE (Berkeley)
  85. d19 1
  86. a19 1
  87. #define DISK_BOOT
  88. @
  89.